projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
140eb76
)
(ispell-get-decoded-string): Remove no-op
author
Agustín Martín
<agustin.martin@hispalinux.es>
Mon, 5 May 2008 10:42:39 +0000
(10:42 +0000)
committer
Agustín Martín
<agustin.martin@hispalinux.es>
Mon, 5 May 2008 10:42:39 +0000
(10:42 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index f1e700a211ab3766b9f796888e2558c96484ee5f..6868378316432f8af9ebf8275ed5bccf9e858663 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1209,8
+1209,7
@@
Protects against bogus binding of `enable-multibyte-characters' in XEmacs."
(not (multibyte-string-p str)))
(setq str (ispell-decode-string str))
(or (multibyte-string-p str)
- (setq str (string-to-multibyte str)))
- (setcar (nthcdr n slot) str))
+ (setq str (string-to-multibyte str))))
str))
(defun ispell-get-casechars ()